 /* Disable text selection */
 body {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
}

/* Optionally, you can apply a cursor style to indicate non-selectable content */
body {
  cursor: allowed;
}

@media screen and(max-width:768px){

}


html{
  
  overflow: '';
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;

}
body{
    margin: 0;
    padding: 0;
    /* font-size: 1rem; */
    /* font-family: "Poppins", sans-serif; */

    justify-content: center;
    
}



*{
    text-size-adjust: 1rem;
}


.btn-header{
  background-color: transparent;
  padding: 8px 30px;
  
}
.btn-header span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  margin-left:-10px;
  margin-right:10px;
}
.btn-header:hover{
  background-color: #fff !important;
  color:#012970 !important;
}
.btn-header span::after{
  content: '\00bb';
  position: absolute;
  font-size: 32px;
  top: -13px;
   right: -28px;
   margin-right: 8px;
  
  
}
.navbar{
  background-color: #012970;
}
@media screen and (max-width:768px){
  .header-btnn{
    display: none;
  }
}

/* .btn-header:hover span {
  padding-right: 25px;
}

.btn-header:hover span:after {
  opacity: 1;
  right: 0;
} */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media  screen and(max-width:768px){
  .navbar.sticky-top {
      top: 42px !important;
      transition: .5s;
  }
  .product-title{
      font-size: 2rem;
      text-transform: capitalize;
      font-weight: 700;
      position: relative;
      color: #fff;
      margin: 2rem 0;
  }
}
.navbar .navbar-brand {
  position: relative;
  padding-right: 50px;
  height: 75px;
  display: flex;
  align-items: center;
  /* background: var(--primary); */
}

.navbar .navbar-brand::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  top: 0;
  right: -25px;
  /* transform: skewX(-30deg);
  background-color: var(--primary); */
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500 !important;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #fff !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}


.navbar-expand-lg .navbar-nav .nav-item a{
  font-size: 18px;
  font-weight: 400;
}
.dropdown-menu{
  background-color: #fff;
  
  font-size: 18px;
  font-weight: 500;
}
.dropdown-menu a{
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.dropdown-menu :hover a{
  background-color: #012970 !important;
}
.dropdown-menu a{
  font-size: 14px !important;
  
}
.dropdown-menu a:hover{
  background-color: #012970;
  color: #fff;

}

.navbar img{
  border: none !important;
}
/* construction page start*/
.construction-chem{
  background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/steel12.jpg) center center no-repeat;
  background-size: cover;

}
.construction-chem .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.construction-chem .breadcrumb-item,
.construction-chem .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}

/* construction page end*/




@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 30px;
      border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


.hero {
  width: 100%;
  height:70vh;
  background: url(../images/hero-bg.png) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #012970;
}
.hero h1 span{
  font-size: 58px;
  font-weight: bold;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 300;
}


.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started:hover {
  background-color: #fff;
  color: #012970;
  font-weight: bold;

}
.hero .btn-get-started span::after {
  
    content: '\00bb';
    position: absolute;
    font-size: 28px;
    margin-right: 8px;
    margin-left:5px;
      

}
.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
  color:#fff;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}




.container{
    text-align: center;
    justify-content: center;
}

.readmore{
  background-color: #012970;
  padding: 10px 25px;
  border:1px solid #012970;
  border-radius: 5px;
  color: #fff;
  
  
}
.readmore:hover {
  background-color: #fff;
  color:#012970;
  border:1px solid #012970;
}
.readmore:hover a{
  color: #012970;

}
.readmore a{
  text-decoration: none;
  color:#fff;

}


  /* .card .btn {
    border-radius: 2em;
    background-color: teal;
    color: #ffffff;
    padding: 0.5em 1.5em;
  }
  .card .btn:hover {
    background-color: rgba(0, 128, 128, 0.7);
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  } */
.box{
    position: relative;}
   
.container{
    margin-top: 80px;
    justify-content: center;
    position: center;
    /* margin-left: 20px; */
    /* margin-right: 20%; */
}


.container .jumbotron h1{
    font-size: 40px;

}

.btn{
    /* display: block; */
    border-radius: 7px;
     border:2px solid rgb(12, 10, 10); 
    /* background-color: teal; */
     /* background-color:black;  */
    color: rgb(10, 7, 7); 
}

.btn:hover{
    color: white;
    background-color: #1150a5; 
    box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1) ; 
}

.batch{
    text-align: justify;
     width:550px; 
     padding: 20px 20px 20px 20px;
     margin-top: -450px; 
    margin-left: 600px;
}

.media img{
  width: 450px;
  height: 500px;
  
}
.media-highlights-section {
  background-color: #f2f6fb;
}

.title-highlight {
  color: #1150A5;
  letter-spacing: 1px;
  position: relative;
}

.title-highlight::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #1150A5;
  margin: 10px auto 0;
  border-radius: 2px;
}

.highlight-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 0 15px rgba(17, 80, 165, 0.1);
}

.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(17, 80, 165, 0.2);
}

.magazine-cover {
  position: relative;
  overflow: hidden;
  height: 300px; /* Adjust the height for the cover image */
}

.magazine-image img {
  width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.magazine-cover:hover img {
  transform: scale(1.05);
}

.card-body {
  padding: 15px;
}

.card-title {
  font-weight: 600;
  color: #1150A5;
  font-size: 1.25rem;
}

.card-body p {
  font-size: 0.9rem;
  color: #777;
}

.card-body .btn {
  display: none; /* Hide button by default */
}

.highlight-card:hover .btn {
  display: inline-block; /* Show button on hover */
  background-color: #1150A5;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.highlight-card:hover .btn:hover {
  background-color: #0d3c7c;
}

.text-decoration-none {
  text-decoration: none;
}

.card-body .btn {
  border: none;
}

.magazine-section {
  background-color: #f2f6fb;
}

.magazine-title {
  color: #1150A5;
  letter-spacing: 1px;
  position: relative;
}

.magazine-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.magazine-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(17, 80, 165, 0.2);
}

.magazine-image {
    width:100%;
  height: auto;
  overflow: hidden;
}

.magazine-image img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.magazine-box:hover .magazine-image img {
  transform: scale(1.05);
}

.magazine-info {
  padding: 20px;
}

.magazine-heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1150A5;
  margin-bottom: 10px;
}

.magazine-desc {
  font-size: 0.95rem;
  color: #555;
}



.testimonial-section .card-body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
}
.testimonial-section .card {
  transition: transform 0.3s ease;
}
.testimonial-section .card:hover {
  transform: scale(1.01);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 60%;
}


li{
  list-style-type: none;
}









@media (min-width: 1024px) {
    .hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding: 00px 0 60px 0;
    }
  
    .hero .hero-img {
      text-align: center;
      margin-top: 80px;
    }
  
    .hero .hero-img img {
      width: 80%;
    }
  }
  
  @media (max-width: 768px) {
   
    .navbar-nav{
      /* margin-left: 5px; */
      /* margin-left: 0px;
      margin-top: 10px; */
      /* position: fixed; */
  
  }


    /* .nav-item{
      display: inline;
      padding-left: 0px;
      margin-left: 0px;
  }

  .dropdown-menu {
    position: absolute;
    text-align: center;
    width: 70%;
    
  }

   */


  
  
 




.hero {
      text-align: center;
    }
  
    .hero h1 {
      font-size: 32px;
    }
  
    .hero h2 {
      font-size: 24px;
    }
  
    .hero .hero-img img {
      width: 100%;
      
    }

    .media {
        flex-direction: column;
        
       }

       .media img{
        padding-right: 50px;
        padding-left: 50px;
         
       }
       .mediabody li{
           padding-left: 15px;
           text-align: left;
       }
    
     
  }


 